golang/xenlight: re-factor Uuid type implementation
authorNick Rosbrook <rosbrookn@ainfosec.com>
Mon, 16 Dec 2019 18:08:06 +0000 (18:08 +0000)
committerGeorge Dunlap <george.dunlap@citrix.com>
Mon, 16 Dec 2019 18:08:06 +0000 (18:08 +0000)
commit685001ee947f0c37ebf8c6bd9ad99bd570221a63
tree4bdac519eebd698d13d59caeb270f7da878a63b5
parent186f162c2a1750c0310e5fa7391f07d75a43b680
golang/xenlight: re-factor Uuid type implementation

Re-define Uuid as [16]byte and implement fromC, toC, and String functions.

Signed-off-by: Nick Rosbrook <rosbrookn@ainfosec.com>
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
tools/golang/xenlight/xenlight.go